home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / multi604.zip / MONO.CTL < prev    next >
Text File  |  1993-02-26  |  4KB  |  119 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;
  5. ;            the users.
  6. ;
  7. ;
  8. ;            the users.
  9. ;
  10. ;
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  19. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  20. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  21. ;                     WWIV - WWIV bbs (uses chain.txt)
  22. ;                  PHOENIX - Phoenix bbs
  23. ;                  WILDCAT - Wildcat bbs
  24. ;                    PCB14 - Pcboard version 14 (not fully tested)
  25. ;                  DOORSYS - The DOOR.SYS format (wildcat 3.0, TAG, etc)
  26. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  27. ;
  28. ;ComPort:    For bbs types that do not have the com-port contained in their
  29. ;            door information files (such as PCBOARD-12), you will have to
  30. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  31. ;            not the whole word COM1.
  32. ;
  33. ;Internal:   Selecting this option will cause doordriver to use it's internal
  34. ;            buffered comm routines. If you do not have a fossil, it is a good
  35. ;            idea to use this option.
  36. ;
  37. ;Maxtime:    The maxtime parameter will allow you to specify a maximum time
  38. ;            per session that a user may be in the door. (i.e. if you
  39. ;            specified 30 minutes, then if the user had 60 mins left, he could
  40. ;            only play for 30 mins)
  41. ;
  42. ;Quiet:      If specified, the door will strip out all ^G characters from
  43. ;            the local side.
  44. ;
  45. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  46. ;            of "OFF" if you wish it to be disabled.
  47. ;
  48. ;Statfore:   The foreground color of the status line (default 0)
  49. ;
  50. ;Statback:   The background color of the status line (default 7)
  51. ;
  52. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  53. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  54. ;            understand, FORCE and QUICKBBS require this option set although
  55. ;            RBBS should not.
  56. ;
  57. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  58. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  59. ;            enhanced screen allows the local sysop to see much more infor-
  60. ;            mation on the screen.
  61. ;
  62. ;REGISTRATION 0000000   This is where you put your registration #
  63. ;SERIAL 00              This is where you put your serial #
  64. ;DATA  c:\data\ Path for data files. Do not forget \
  65. ;BULLETIN1 c:\   Path for your ASCII bulletin
  66. ;BULLETIN2 c:\   PATH for your ANSI bulletin
  67. ;MULTINODE N  Put Y if you are running a multinode system
  68.  
  69. ;             ::--------------Put your first name here
  70. ;             \/
  71. SYSOPFIRST PIERRE
  72. ;              ::-------------Put your last name here
  73. ;              \/
  74. SYSOPLAST TAVERNIER
  75. ;                     ::----------------Your BBS name here
  76. ;                     \/
  77. BBSNAME COCONUTS PARADISE BBS
  78. ;
  79. ;       ::::------- Put your bbs type here! Select from those listed above
  80. ;       ::::
  81. ;       \/\/
  82. BBSTYPE SPITFIRE
  83. ;
  84. ;                   If you are using a bbs type that doesn't provide the com
  85. ;        ::-------- port num in it's door information file (such as pcb-12),
  86. ;        \/         then uncomment this line and put your com port here.
  87. ;COMPORT 1
  88. ;
  89. ;INTERNAL
  90. ;
  91. ;                   Uncomment this line if you are running a monochrome
  92. ;  ::-------------- system on the local side.
  93. ;  \/
  94. ;MONO
  95. ;QUIET
  96. STATUS ON
  97. STATFORE 0
  98. STATBACK 7
  99. ;                   Uncomment this if GW doesn't give color output to users
  100. ;  ::-------------- who have color (ansi) selected.
  101. ;  \/
  102. ;COLOR1
  103. ;
  104. ;43LINE
  105. ;
  106. ;                ::---------------------Your registration #
  107. ;                \/
  108. REGISTRATION 0000000
  109. ;       ::-----------------------------Your serial #
  110. ;       \/
  111. SERIAL 0
  112. ;                  ::------------path & names of the ASCII bulletin
  113. ;                  \/
  114. BULLETIN1 C:\DATA\BULLET1.BBS
  115. ;                    ::------------path & names of the ANSI bulletin
  116. ;                    \/
  117. BULLETIN2 C:\DATA\BULLET1.CLR
  118. MULTINODE Y
  119.